Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for starting simulator without launch #11

Merged
merged 5 commits into from Nov 17, 2012
Merged

Support for starting simulator without launch #11

merged 5 commits into from Nov 17, 2012

Conversation

krukow
Copy link
Contributor

@krukow krukow commented Nov 16, 2012

Support for starting simulator without launch
(new ios-sim gem:
calabash/ios-sim@84e2070
).

Support for resetting simulator via applescript.

Example

krukow:/github/Sim-Launcher$ rake install
sim_launcher 0.4.7 built to pkg/sim_launcher-0.4.7.gem
sim_launcher (0.4.7) installed
krukow:
/github/Sim-Launcher$ irb
irb(main):001:0> require 'sim_launcher'
=> true
irb(main):002:0> l=SimLauncher::Simulator.new
=> #
irb(main):003:0> l.reset
«class butT» Reset of window 1 of «class pcap» iPhone Simulator
«class butT» Reset of window 1 of «class pcap» iPhone Simulator
«class butT» Reset of window 1 of «class pcap» iPhone Simulator
«class butT» Reset of window 1 of «class pcap» iPhone Simulator
«class butT» Reset of window 1 of «class pcap» iPhone Simulator
«class butT» Reset of window 1 of «class pcap» iPhone Simulator
«class butT» Reset of window 1 of «class pcap» iPhone Simulator
«class butT» Reset of window 1 of «class pcap» iPhone Simulator
=> ""
irb(main):004:0> l.reset ["6.0"]
«class butT» Reset of window 1 of «class pcap» iPhone Simulator
«class butT» Reset of window 1 of «class pcap» iPhone Simulator

moredip added a commit that referenced this pull request Nov 17, 2012
Support for starting simulator without launch
@moredip moredip merged commit cd4cdec into moredip:master Nov 17, 2012
@moredip
Copy link
Owner

moredip commented Nov 17, 2012

I also just released the 0.4.7 gem based off of this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants